cURL
curl --request DELETE \ --url https://platform-backend.getalchemystai.com/api/v1/context/add-async/{id}/cancel \ --header 'Authorization: Bearer <token>'
{ "success": true, "jobId": "<string>", "status": "<string>", "message": "<string>" }
Attempts to cancel a context add job by job id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Job ID to cancel
Job cancelled successfully